projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
210ebd3
)
*** empty log message ***
author
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Oct 2001 01:54:19 +0000
(
01:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 30 Oct 2001 01:54:19 +0000
(
01:54
+0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 91c6c69f918ad16147f349039c824f6b42493710..dd8430ec3421af5512042f8326f5d16d4c61385b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,11
@@
2001-10-29 Richard M. Stallman <rms@gnu.org>
+ * fns.c (Frequire): Detect recursive try to require the same
+ feature 3 or more levels deep, and get error.
+ (require_unwind): New subroutine.
+ (require_nesting_list): New variable.
+ (syms_of_fns): Init and staticpro it.
+
* print.c (print_object): Clarify indication of insertion type.
2001-10-29 Eli Zaretskii <eliz@is.elta.co.il>